home *** CD-ROM | disk | FTP | other *** search
/ 500 MB Nyheder Direkte fra Internet 6 / 500 MB nyheder direkte fra internet CD 6.iso / start / runwmen.bat < prev    next >
DOS Batch File  |  1995-07-11  |  532b  |  21 lines

  1. @echo off
  2. if exist c:\win\win.com goto start
  3. if exist c:\win31\win.com goto start
  4. if exist c:\windows\win.com goto start
  5. cls
  6. echo *
  7. Echo "Kunne ikke finde Windows på C drevet"
  8. Echo "skriv venligst komplet drev og sti til Windows (f.eks. C:\WINDOWS)"
  9. get26 SE
  10. if exist %GET%\WIN.COM goto ok4
  11. cls
  12. echo *
  13. Echo "Kontroller venligst at den rigtige sti blev intastet"
  14. Echo "Det indtastede er "%GET%""
  15. Echo "Husk at der ikke skal være noget \ efter stien"
  16. pause
  17. goto exit
  18. :start
  19. WIN %1:\START\runtime\winmenu.exe
  20. :exit
  21.